home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1995 April / Internet Tools.iso / infoserv / www / cern / dev / www-talk.9301-9306.Z / www-talk.9301-9306 / text0380.txt < prev    next >
Encoding:
Text File  |  1995-04-24  |  1.5 KB  |  43 lines

  1.  
  2.  
  3. > From: marca@ncsa.uiuc.edu (Marc Andreessen)
  4.  
  5. (Annotation mechanism described)
  6.  
  7. > Drawbacks:
  8.  
  9. > (a) Anyone who wishes to annotate a document must be running HTTP or
  10. >     have some other way of making his annotation available as a
  11. >     document from his machine to the web -- possibly too much grunge
  12. >     work for real ``users'' as opposed to hackers.
  13.  
  14.  
  15. "Real users" are going to have to be able to publish easily anyway.
  16. That means that future clients must have push-buttons for publishing.
  17. The client will check whether there is a httpd running which gives
  18. access to the document the guy has written. It it has, it allows
  19. him to annotate other things with it. It also makes the background
  20. a different colour depending on how public it is, maybe. Give people a secure  
  21. feeling they know what is public and what ain't.
  22.  
  23. As there are 1001 ways of configuing a server now, this will mean that
  24. we will have to define a way in which we recommend it is done by all but
  25. the hacker group.  For example, we allow any user to create a ~/Public
  26. directory (sorry, "folder") and copy or link in anything to be published.
  27. The document name would be mapped from //machine/author/xxx to
  28. ~author/Public/xxx for example.
  29.  
  30. The client would check whether there was an httpd running which gave
  31. access to the document, and if not would offer to run a simple
  32. installation script if the guy has root access.  The httpd daemon code
  33. would come bundled with the client, as well as the configuration file.
  34.  
  35. A start would be a server installation script.
  36.  
  37.     Tim
  38.  
  39.